home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / game / demo / The3IslandsPV.lha / the3islands_pv1 / The3Islands < prev   
Encoding:
Text File  |  1998-03-19  |  740 b   |  28 lines

  1. ;
  2. ; The 3 Islands Startup
  3. ;
  4. ; last modified on 18.3.98
  5. ;
  6.  
  7. C:Assign >NIL: Air: The3Islands_gamedata   ; tells the program where to find the datafiles
  8. C:Assign >NIL: Fonts: The3Islands_Fonts add
  9.  
  10. If Exists Air:Land1.wlk        ; check data
  11.   Skip 1                       ; if present skip 1
  12. Else               
  13.   Skip 2                       ; if not skip 2
  14. EndIf
  15.  
  16. Lab 2
  17. C:Echo "Missing Datafiles! Please CD to the directory where the drawer"
  18. C:Echo "The3Islands_gamedata/ is present!"
  19. C:Assign >NIL: Air: Remove
  20. Quit
  21.  
  22. Lab 1
  23. The3Islands_Intro.exe                      ; start Intro.exe  
  24. The3Islands.exe                ; start The 3 Islands 
  25. Delete >NIL: Ram:Language      ; delete language file
  26. Quit                           ; und tschüß
  27.  
  28.